projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f19a0f5
)
fix message: new multibyte format requires 23
author
Seiji Zenitani
<zenitani@mac.com>
Thu, 6 Aug 2009 00:07:12 +0000
(
00:07
+0000)
committer
Seiji Zenitani
<zenitani@mac.com>
Thu, 6 Aug 2009 00:07:12 +0000
(
00:07
+0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index f0edda4ee6e01136ad9d00290f9c7fc93325c975..196b1af0e3af20f626e3803093097f6b4e554685 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1971,8
+1971,8
@@
and will be removed soon. See (elisp)Backquote in the manual."))
(beginning-of-line)
(point)))
(insert ";;; This file contains utf-8 non-ASCII characters\n"
- ";;; and therefore cannot be loaded into Emacs 2
1
or earlier.\n")
- ;; Replace "19" or "19.29" with "2
2
", twice.
+ ";;; and therefore cannot be loaded into Emacs 2
2
or earlier.\n")
+ ;; Replace "19" or "19.29" with "2
3
", twice.
(re-search-forward "19\\(\\.[0-9]+\\)")
(replace-match "23")
(re-search-forward "19\\(\\.[0-9]+\\)")